SCTimer/PWM (SCT) RC5 decoder (receiver) example
=================================================

Example description
-------------------
LPC54xx SCT RC5 decoder (receiver) demo program for LPCXpressso board

This example uses the SCTimer/PWM low timer part as an RC5 receiver (Manchester decoding).
Received RC5 frames are sent out over an RS232 interface using the U(S)ART0 of MCU (at 19200 baud).
The SCTimer/PWM input clock is pre-scaled to 1 MHz. SCT0_IN0 is used to generate events on both rising and falling edge
of the input signal. The events are used to capture the counter values, to limit (reset) the
counter and to generate an interrupt at the rising edge. Inside the SCTimer/PWM interrupt
handler the received data is decoded.

Special connection requirements
-------------------------------
LPC54114 MCORE/Adaptor board:


Build procedures:
-----------------
Visit the LPCOpen Quick start guide at
[http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides]
to get started building LPCOpen projects.
